Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / IDataCollection<T> Interface
Properties Methods

In This Topic
    IDataCollection<T> Interface Members
    In This Topic

    The following tables list the members exposed by IDataCollection<T>.

    Public Properties
    Public Methods
     NameDescription
     Method (Inherited from System.Collections.Generic.IEnumerable<T>)
     MethodGets the type of the item.  
    Top
    Extension Methods
     NameDescription
    Public Extension MethodOverloaded. Adds the specified item to the collection.
    Public Extension MethodAdds the specified item to the collection.
    Public Extension MethodOverloaded. Wraps an System.Collections.IEnumerable into a data collection.
    Public Extension MethodGets a list wrapping this data collection.
    Public Extension MethodAttaches the specified handler to the filter changed event.
    Public Extension MethodAttaches the specified handler to the group changed event.
    Public Extension MethodAttaches the specified handler to the page changed event.
    Public Extension MethodAttaches the specified handler to the sort changed event.
    Public Extension MethodReturns whether the data collection is able to filter the specified expression.
    Public Extension MethodOverloaded. Returns true if the data collection supports sorting.
    Public Extension MethodDetermines whether a new item can be inserted in the collection at the specified index.
    Public Extension MethodDetermines whether a new range of items can be inserted in the collection at the specified index.
    Public Extension MethodReturns true if the data collection can load items on demand.
    Public Extension MethodDetermines whether the item at fromIndex can be moved to toIndex.
    Public Extension MethodDetermines whether the item at fromIndex can be moved to toIndex.
    Public Extension MethodReturns true if the data collection can be refreshed.
    Public Extension MethodDetermines whether the item at the specified index can be removed from the collection.
    Public Extension MethodDetermines whether the items at the specified index can be removed from the collection.
    Public Extension MethodDetermines whether the item at the specified index can be replaced in the collection.
    Public Extension MethodDetermines whether the items at the specified index can be replaced in the collection.
    Public Extension MethodOverloaded. Returns true if the data collection supports sorting.
    Public Extension MethodConnects the collection to the source.
    Public Extension MethodCreates a FilterExpression from a query string.
    Public Extension MethodCreates a new item of the collection.
    Public Extension MethodCreates the predicate from the filterExpression.
    Public Extension MethodDetaches the specified handler from the filter changed event.
    Public Extension MethodDetaches the specified handler from the group changed event.
    Public Extension MethodDetaches the specified handler to the page changed event.
    Public Extension MethodDetaches the specified handler from the sort changed event.
    Public Extension MethodDisconnects the collection from the source.
    Public Extension MethodOverloaded. Filters the data using specified filter parameters.
    Public Extension MethodGets the state of the connection to the source, or ConnectionState.Connected if the collection doesn't implement the ISupportConnection interface.
    Public Extension MethodGets the current page number.
    Public Extension MethodReturns a the current filter expression.
    Public Extension MethodReturns a list of the current group descriptions.
    Public Extension MethodReturns all the items that has be loaded so far.
    Public Extension MethodGets the number of pages.
    Public Extension MethodGets the maximum number of items per page.
    Public Extension MethodReturns a list of the current sort descriptions.
    Public Extension MethodGets the original source of the data.
    Public Extension MethodGets the text fields of the items of this data collection.
    Public Extension MethodGets the total number of items in the collection.
    Public Extension MethodOverloaded. Groups the data collection according to the specified group fields.
    Public Extension MethodOverloaded. Inserts the specified item at the specified index in the collection.
    Public Extension MethodInserts the specified item at the specified index in the collection.
    Public Extension MethodReturns true if the data collection is paginated.
    Public Extension MethodReturns true if the data collection is virtualizing the data.
    Public Extension MethodLoad the items between the specified indexes.
    Public Extension MethodLoads more items.
    Public Extension MethodOverloaded. Moves an item from the specified position to the new one.
    Public Extension MethodMoves the items specified by fromIndex and count to the new toIndex position.
    Public Extension MethodMoves to the page pageIndex.
    Public Extension MethodReturns true if the data collection needs loading the items asynchronously.
    Public Extension MethodRefreshes the data collection.
    Public Extension MethodOverloaded. Removes the item at the specified index from the collection.
    Public Extension MethodRemoves any filter applied to the collection previously.
    Public Extension MethodRemoves the items at the specified index from the collection.
    Public Extension MethodOverloaded. Replaces the item at the specified index by the specified item.
    Public Extension MethodReplaces the items at the specified index by the specified items.
    Public Extension MethodSets the maximum number of items per page.
    Public Extension MethodOverloaded. Sorts the data collection according to the specified sort parameters.
    Public Extension MethodOverloaded. Wraps an System.Collections.IEnumerable into a data collection.
    Top
    See Also